Produced by Araxis Merge on Fri Dec 13 16:40:55 2019 UTC. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v.3.2.1\Theme Files\Magento 1.x\Porto Theme\app\code\local\Smartwave\Porto\Model\System\Config\Source\Setting\Header | Type.php | Thu Oct 24 15:41:06 2019 UTC |
| 2 | Porto v.3.2.2\Theme Files\Magento 1.x\Porto Theme\app\code\local\Smartwave\Porto\Model\System\Config\Source\Setting\Header | Type.php | Fri Dec 13 13:03:55 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 64 |
| Changed | 1 | 7 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | All differences in whitespace within lines are ignored |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?php | 1 | <?php | |||
| 2 | 2 | |||||
| 3 | class Smar twave_Port o_Model_Sy stem_Confi g_Source_S etting_Hea der_Type | 3 | class Smar twave_Port o_Model_Sy stem_Confi g_Source_S etting_Hea der_Type | |||
| 4 | { | 4 | { | |||
| 5 | public function toOptionAr ray() | 5 | public function toOptionAr ray() | |||
| 6 | { | 6 | { | |||
| 7 | re turn array ( | 7 | re turn array ( | |||
| 8 | array('v alue' => ' 0', 'label ' => Mage: :helper('p orto')->__ ('Type 1 ( Default)') ), | 8 | array('v alue' => ' 0', 'label ' => Mage: :helper('p orto')->__ ('Type 1 ( Default)') ), | |||
| 9 | array('v alue' => ' 1', 'label ' => Mage: :helper('p orto')->__ ('Type 2') ), | 9 | array('v alue' => ' 1', 'label ' => Mage: :helper('p orto')->__ ('Type 2') ), | |||
| 10 | array('v alue' => ' 2', 'label ' => Mage: :helper('p orto')->__ ('Type 3') ), | 10 | array('v alue' => ' 2', 'label ' => Mage: :helper('p orto')->__ ('Type 3') ), | |||
| 11 | array('v alue' => ' 3', 'label ' => Mage: :helper('p orto')->__ ('Type 4') ), | 11 | array('v alue' => ' 3', 'label ' => Mage: :helper('p orto')->__ ('Type 4') ), | |||
| 12 | array('v alue' => ' 4', 'label ' => Mage: :helper('p orto')->__ ('Type 5') ), | 12 | array('v alue' => ' 4', 'label ' => Mage: :helper('p orto')->__ ('Type 5') ), | |||
| 13 | array('v alue' => ' 5', 'label ' => Mage: :helper('p orto')->__ ('Type 6') ), | 13 | array('v alue' => ' 5', 'label ' => Mage: :helper('p orto')->__ ('Type 6') ), | |||
| 14 | array('v alue' => ' 6', 'label ' => Mage: :helper('p orto')->__ ('Type 7') ), | 14 | array('v alue' => ' 6', 'label ' => Mage: :helper('p orto')->__ ('Type 7') ), | |||
| 15 | array('v alue' => ' 7', 'label ' => Mage: :helper('p orto')->__ ('Type 8') ), | 15 | array('v alue' => ' 7', 'label ' => Mage: :helper('p orto')->__ ('Type 8') ), | |||
| 16 | array('v alue' => ' 8', 'label ' => Mage: :helper('p orto')->__ ('Type 9') ), | 16 | array('v alue' => ' 8', 'label ' => Mage: :helper('p orto')->__ ('Type 9') ), | |||
| 17 | array('v alue' => ' 9', 'label ' => Mage: :helper('p orto')->__ ('Type 10' )), | 17 | array('v alue' => ' 9', 'label ' => Mage: :helper('p orto')->__ ('Type 10' )), | |||
| 18 | array('v alue' => ' 10', 'labe l' => Mage ::helper(' porto')->_ _('Type 11 ')), | 18 | array('v alue' => ' 10', 'labe l' => Mage ::helper(' porto')->_ _('Type 11 ')), | |||
| 19 | array('v alue' => ' 11', 'labe l' => Mage ::helper(' porto')->_ _('Type 12 ')), | 19 | array('v alue' => ' 11', 'labe l' => Mage ::helper(' porto')->_ _('Type 12 ')), | |||
| 20 | array('v alue' => ' 12', 'labe l' => Mage ::helper(' porto')->_ _('Type 13 ')), | 20 | array('v alue' => ' 12', 'labe l' => Mage ::helper(' porto')->_ _('Type 13 ')), | |||
| 21 | array('v alue' => ' 13', 'labe l' => Mage ::helper(' porto')->_ _('Type 14 ')), | 21 | array('v alue' => ' 13', 'labe l' => Mage ::helper(' porto')->_ _('Type 14 ')), | |||
| 22 | array('v alue' => ' 14', 'labe l' => Mage ::helper(' porto')->_ _('Type 15 ')), | 22 | array('v alue' => ' 14', 'labe l' => Mage ::helper(' porto')->_ _('Type 15 ')), | |||
| 23 | array('v alue' => ' 15', 'labe l' => Mage ::helper(' porto')->_ _('Type 16 ')), | 23 | array('v alue' => ' 15', 'labe l' => Mage ::helper(' porto')->_ _('Type 16 ')), | |||
| 24 | array('v alue' => ' 16', 'labe l' => Mage ::helper(' porto')->_ _('Type 17 ')), | 24 | array('v alue' => ' 16', 'labe l' => Mage ::helper(' porto')->_ _('Type 17 ')), | |||
| 25 | array('v alue' => ' 17', 'labe l' => Mage ::helper(' porto')->_ _('Type 18 ')), | 25 | array('v alue' => ' 17', 'labe l' => Mage ::helper(' porto')->_ _('Type 18 ')), | |||
| 26 | array('v alue' => ' 18', 'labe l' => Mage ::helper(' porto')->_ _('Type 19 ')), | 26 | array('v alue' => ' 18', 'labe l' => Mage ::helper(' porto')->_ _('Type 19 ')), | |||
| 27 | array('v alue' => ' 19', 'labe l' => Mage ::helper(' porto')->_ _('Type 20 ')), | 27 | array('v alue' => ' 19', 'labe l' => Mage ::helper(' porto')->_ _('Type 20 ')), | |||
| 28 | array('v alue' => ' 20', 'labe l' => Mage ::helper(' porto')->_ _('Type 21 ')), | 28 | array('v alue' => ' 20', 'labe l' => Mage ::helper(' porto')->_ _('Type 21 ')), | |||
| 29 | array('v alue' => ' 21', 'labe l' => Mage ::helper(' porto')->_ _('Type 22 ')), | 29 | array('v alue' => ' 21', 'labe l' => Mage ::helper(' porto')->_ _('Type 22 ')), | |||
| 30 |
array('val
ue'
=>
'22',
'label'
=>
Mage::help
er('porto'
)->__('Typ
e
23'))
|
30 | array('val ue' => '22', 'label' => Mage::help er('porto' )->__('Typ e 23')) , | |||
| 31 | array('v alue' => ' 23', 'labe l' => Mage ::helper(' porto')->_ _('Type 24 ')), | |||||
| 32 | array('v alue' => ' 24', 'labe l' => Mage ::helper(' porto')->_ _('Type 25 ')), | |||||
| 33 | array('v alue' => ' 25', 'labe l' => Mage ::helper(' porto')->_ _('Type 26 ')), | |||||
| 34 | array('v alue' => ' 26', 'labe l' => Mage ::helper(' porto')->_ _('Type 27 ')), | |||||
| 35 | array('v alue' => ' 27', 'labe l' => Mage ::helper(' porto')->_ _('Type 28 ')) | |||||
| 31 | ); | 36 | ); | |||
| 32 | } | 37 | } | |||
| 33 | } | 38 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2010 Araxis Ltd (www.araxis.com). All rights reserved.